services.tarsnap.archives.<name>.checkpointBytes

Create a checkpoint every checkpointBytes of uploaded data (optionally specified using an SI prefix).

1GB is the minimum value. A higher value is recommended, as checkpointing is expensive.

Set to null to disable checkpointing.

Type
null or string
Default
"1GB"
Declared
<nixpkgs/nixos/modules/services/backup/tarsnap.nix>